-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b13
Currently G1 only uses pause times as a metric to calculate the gc cpu usage.
This disregards concurrent cpu usage completely.
Make the calculation more accurate; this might require retuning of `GCTimeRatio`.
Some platforms may not support more exact CPU measurements so the current mechanism might need to be kept.
This disregards concurrent cpu usage completely.
Make the calculation more accurate; this might require retuning of `GCTimeRatio`.
Some platforms may not support more exact CPU measurements so the current mechanism might need to be kept.
- causes
-
JDK-8366328 G1: Crash on reading os::thread_cpu_time
-
- New
-
- is blocked by
-
JDK-8359110 Log accumulated GC and process CPU time upon VM exit
-
- Resolved
-
- relates to
-
JDK-8359211 Automatic Heap Sizing for G1
-
- Submitted
-
- links to
-
Commit(master) openjdk/jdk/124575b4
-
Review(master) openjdk/jdk/26351